home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / search.swf / scripts / frame_113 / DoAction.as
Encoding:
Text File  |  2005-11-04  |  379 b   |  21 lines

  1. if(referrer == "search")
  2. {
  3.    txtBackBtn.text = "BACK TO SEARCH";
  4.    btnBack.onPress = function()
  5.    {
  6.       school_summary_remove();
  7.       gotoAndStop("search");
  8.       play();
  9.    };
  10. }
  11. else
  12. {
  13.    txtBackBtn.text = "BACK TO TABLES";
  14.    btnBack.onPress = function()
  15.    {
  16.       school_summary_remove();
  17.       gotoAndStop("tables_homepage");
  18.       play();
  19.    };
  20. }
  21.